home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3049 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  59 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. References: <4ff3qn$3ii@news.rwth-aachen.de> 
  3. X-Newsreader: UMSZCo V1.1 BETA 11 (3.2.96)
  4. Mime-version: 1.0
  5. Content-Type: text/plain; charset=iso-8859-1
  6. Content-Transfer-encoding: 8BIT
  7. Path: news.tng.oche.de!tomate.tng.oche.de
  8. X-Gateway: ZCONNECT UE utomate.tng.oche.de.tomate.tng.oche.de [PolyNet zTOr V4.901 Serie: "light"]
  9. Subject: Re: Which editor for programming?
  10. Date: Sat, 10 Feb 96  9:19:43 GMT
  11. Message-ID: <68771463@0humpty.tomate.tng.oche.de>
  12. From: humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich)
  13.  
  14. svent@informatik.rwth-aachen.de wrote about "Re: Which editor for programming?"
  15. on "09-Feb-1996 09:23:35" at zer.COMP.SYS.AMIGA.PROGRAMMER:
  16.  
  17.  
  18. > That's so true. I am one of those who do not use GoldEd, since the ONLY
  19. > reason
  20. > why I don't use it, is the missing real-tabulators.
  21. > I don't know why the author doesn't code that...
  22.  
  23. I was angry because of the lackiing TABs too at the beginning. In the
  24. meanwhile I registered and guess what I only needed twice in the last two
  25. years: "real" TABs. I took MEMACS for that.
  26.  
  27. Tell me, when do you need real TABs ? Programming in Arexx ?
  28. No, I do a lot and I never needed "real" tabs.
  29.  
  30. Programming in C ? neither, I do this also, and did not need it ever.
  31.  
  32. ASM ? Propably the only one I could imagine, that "real" tabs give some
  33. comfort, but as you can get the same result for "backspace" on a TAB with
  34. Shift-TAB this should be no problem.
  35.  
  36. I would like to see "real" tabs also, but only because I think it belongs
  37. to an editor, because any other editor is able to do it, and hence some
  38. kind of standard, but I never need it. (and propably even would not use it
  39. because it is confusing for me). Besides that: You can bet a 99% that TABS
  40. never will find their way to Golded. And besides that it has so many
  41. features, that compensate the lacking TABs absolutley. And another thing:
  42. I even could imagine, that it could be possible to implement "real" tabs as
  43. an API client as you can intercept the TAB key and let your API answer it
  44. with inserting a real TAB and even so intercept spaces and backspaces or
  45. cursors. I belive that Golded "knows" of the ASCII value for TAB, as it can
  46. save it or tranlsate it when loading. But I just had a very quick and
  47. superficial look at the API.h
  48.  
  49. -- 
  50. Ciao, Andreas
  51. Internet: humpty@tomate.tng.oche.de
  52. FIDO    : 2:244/1544.14
  53.  
  54. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  55. Fourth Law of Thermodymanics:
  56. If the probability of success is not almost one, then it is damn near zero.
  57. -- David Ellis
  58.  
  59.